Restore gtk_entry_get_icon_window() again
authorJavier Jardón <jjardon@gnome.org>
Wed, 10 Mar 2010 22:16:17 +0000 (23:16 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:51:21 +0000 (01:51 +0200)
gtk/gtkentry.h

index 19d489c9067b4b054b893b6dac65a6d64bc27c76..f0a3dd74c09bdabe8e093738fc8ab43863ec9416 100644 (file)
@@ -302,6 +302,8 @@ void         gtk_entry_set_icon_drag_source              (GtkEntry             *
                                                          GtkTargetList        *target_list,
                                                          GdkDragAction         actions);
 gint         gtk_entry_get_current_icon_drag_source      (GtkEntry             *entry);
+GdkWindow*   gtk_entry_get_icon_window                   (GtkEntry             *entry,
+                                                          GtkEntryIconPosition  icon_pos);
 
 G_END_DECLS